runtime.m.dying (field)
10 uses
	runtime (current package)
		mwbbuf.go#L170: 	if getg().m.dying > 0 {
		panic.go#L1337: 	switch gp.m.dying {
		panic.go#L1340: 		gp.m.dying = 1
		panic.go#L1351: 		gp.m.dying = 2
		panic.go#L1357: 		gp.m.dying = 3
		panic.go#L1434: 	if mp.locks != 1 || mp.mallocing != 0 || mp.throwing != throwTypeNone || mp.preemptoff != "" || mp.dying != 0 {
		print.go#L96: 	if gp == nil || gp.writebuf == nil || gp.m.dying > 0 {
		proc.go#L6411: 		print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
		runtime.go#L236: 	if gp != nil && gp.m.dying > 0 ||
		runtime2.go#L575: 	dying           int32
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |